return new Fragment();
}
});
blankPage.background(pages.getBackgroundColor(getContext(), pageCount() - 1));
pages.add(blankPage);
}
protected Fragment fragment() {
return new Fragment();
}
}.background(pages.getBackgroundColor(getContext(), pageCount() - 1)));
}
if (isRtl()) {